home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_exmh.idb / usr / freeware / lib / exmh-2.5 / app-defaults-color.z / app-defaults-color
Text File  |  2002-07-08  |  4KB  |  160 lines

  1. !
  2. ! app-defaults-color
  3. !
  4. ! Definitions for color displays.
  5. !
  6. ! Grey color set that matches Tk 4.0
  7. ! If you liked the slightly lighter colors from before, use
  8. ! #efefef instead of #d9d9d9 for backgrounds
  9. ! #dfdfdf instead of #c3c3c3 for scrollbar troughs
  10. ! white instead of #ececec for active background
  11. ! black instead of #b03060 for the selector
  12. ! #7f7f7f instead of #a3a3a3 for disabled foreground
  13. !
  14. *activeBackground:            #ececec
  15. *activeForeground:            black
  16. ! selector changed to selectColor in Tk4.0
  17. *selector:                #b03060
  18. *selectColor:                #b03060
  19. *background:                #d9d9d9
  20. *highlightBackground:            #d9d9d9
  21. *foreground:                black
  22. *selectBackground:            #c3c3c3
  23. *Scale.sliderForeground:        #c3c3c3
  24. *Scrollbar.foreground:            #c3c3c3
  25. *Scrollbar.troughColor:            #c3c3c3
  26. *Scrollbar.activeForeground:        #ececec
  27. *disabledForeground:            #a3a3a3
  28.  
  29. *Entry.background:            white
  30. *Entry.foreground:            black
  31. *mid.right.top.msg.background:        #d9d9d9
  32. *Sedit.Entry.background:        #d9d9d9
  33.  
  34. ! This resource sets all labels (e.g., in dialogs)
  35. *Label.foreground:            blue
  36. ! Labels on main display have always been blue
  37. *Main*Label.foreground:            blue
  38. *Fops*Label.foreground:            blue
  39. *Mid*Label.foreground:            blue
  40.  
  41. *Face*Label.background:            white
  42. *Face*Label.foreground:            black
  43. *Face.default.background:        #d9d9d9
  44. *Face.default.foreground:        blue
  45.  
  46. ! Colors for the feedback on color displays.
  47. ! (Black and white feedback is hardwired. It isn't clear that
  48. !  there is much room to fiddle in a general way.)
  49. !    c_current    Foreground of current message
  50. !    c_currentBg    Background of current message (optional)
  51. !    c_unseen    Foreground of unseen messages
  52. !    c_unseenBg    Background of unseen messages
  53. !    c_moved        Background of moved messages, bg of target folder label
  54. !    c_movedFg    Foreground of moved messages
  55. !    c_deleted    Background of deleted messages
  56. !    c_deletedFg    Foreground of deleted messages
  57. !    c_foreground    Normal forground
  58. !    c_background    Label background
  59. !    c_selectedBg    FTOC text foerground for selected ranges
  60. !    c_selectedBg    FTOC text background for selected ranges
  61. !            You can tweak ftoc background with Ftoc.t.background
  62. !            You can tweak fdisp background with
  63. !                Fdisp*can.background
  64. !                 Fdisp*cache.background
  65. !    c_popup        Background of fdisp popups.
  66. !    c_label        Foreground for Version, Folder, and MessageID
  67.  
  68. *c_current:     violet red
  69. *c_currentBg:    white
  70. *c_unseen:     blue
  71. *c_unseenBg:
  72. *c_moved:     yellow
  73. *c_movedFg:
  74. *c_deleted:    #c3c3c3
  75. *c_deletedFg:
  76. *c_foreground:     black
  77. *c_background:     white
  78. *c_selectedFg:    black
  79. *c_selectedBg:    #ececec
  80. *c_popup:     #c3c3c3
  81. *c_label:    blue
  82. !
  83. ! Status message colors
  84. !
  85. *c_st_normal:    blue
  86. *c_st_error:    purple
  87. *c_st_warn:    red
  88. *c_st_background: medium sea green
  89.  
  90. ! Highlight color for URI links
  91. ! Background and foreground
  92. *c_uri:        thistle
  93. *c_uriFg:    black
  94. ! Active state when mouse is over the link
  95. *c_uriAbg:    white
  96. *c_uriAfg:    black
  97.  
  98. ! Link color for HTML links
  99. *Text.c_link:    blue
  100.  
  101. ! Colors for the Sedit MIME editor.
  102. ! Enable with "Colorize multiparts"
  103. *c_enrichedBg:    pink
  104. *c_textBg:     snow
  105. *c_audioBg:     gold
  106. *c_imageBg:     powderblue
  107. *c_messageBg:     seashell
  108. *c_applicationBg: honeydew
  109. *c_videoBg:     lavenderblush
  110.  
  111. *c_enrichedFg:    black
  112. *c_textFg:     black
  113. *c_audioFg:     black
  114. *c_imageFg:     black
  115. *c_messageFg:     black
  116. *c_applicationFg: black
  117. *c_videoFg:     black
  118.  
  119. ! These are for the jcl-beautify Message Highlighting feature
  120.  
  121. ! Colours to use for quotes of your text.
  122. ! (Requires custom hacking to identify your own citations)
  123. *b_attrib_me: -foreground magenta
  124. *b_quote_me:  -foreground purple
  125.  
  126. ! Colours for the quote prefixes for different levels of quote
  127. ! Dark to lighter green
  128. *b_attrib1:   -foreground #446044
  129. *b_attrib2:   -foreground #448044
  130. *b_attrib3:   -foreground #44a044
  131. *b_attrib4:   -foreground #44c044
  132. *b_attrib5:   -foreground #44e044
  133.  
  134. ! Colours for the quoted text for different levesl of quote
  135. ! Dark to lighter purple
  136. *b_quote1:    -foreground #ee0060
  137. *b_quote2:    -foreground #ee0080
  138. *b_quote3:    -foreground #ee00a0
  139. *b_quote4:    -foreground #ee00c0
  140. *b_quote5:    -foreground #ee00e0
  141.  
  142. ! Colour of .signature blocks
  143. *b_signature: -foreground #ee00e0
  144.  
  145. ! Colour of Mailman list footers.
  146. *b_listsig:   -foreground cornflowerblue
  147.  
  148. ! Colour of MS Outlook quoted header field names
  149. *b_msheader1: -foreground lightslateblue
  150.  
  151. ! Colour of MS Outlook quoted header field contents
  152. *b_msheader2: -foreground #ee00e0
  153.  
  154. ! Unified diff colours
  155. *b_udiffold:  -foreground red
  156. *b_udiffnew:  -foreground blue
  157.  
  158. ! Sun bug report colours - this appears in headers
  159. *b_bugrpttok: -foreground mediumseagreen
  160.